ImageGear .NET v24.12 - Updated
IsReadOnly Property (ImGearReadOnlyDictionary<TKey,TValue>)




ImageGear24.Windows.Controls Assembly > ImageGear.Core Namespace > ImGearReadOnlyDictionary<TKey,TValue> Class : IsReadOnly Property
Gets a value indicating whether the dictionary is read-only.
Syntax
'Declaration
 
Public ReadOnly Property IsReadOnly As Boolean
'Usage
 
Dim instance As ImGearReadOnlyDictionary(Of TKey,TValue)
Dim value As Boolean
 
value = instance.IsReadOnly
public bool IsReadOnly {get;}
public: __property bool get_IsReadOnly();
public:
property bool IsReadOnly {
   bool get();
}

Property Value

This property always returns true.
See Also

Reference

ImGearReadOnlyDictionary<TKey,TValue> Class
ImGearReadOnlyDictionary<TKey,TValue> Members